You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
Statistics Class
>
Statistics Methods
>
InverseGaussianFit Method
>
Statistics.InverseGaussianFit Method ([In] TVec, out double, out double, double[], double[], double)
Dew Stats for .NET
Statistics.InverseGaussianFit Method ([In] TVec, out double, out double, double[], double[], double)
Statistics Class
Statistics Members
Dew.Stats.Units Namespace
InverseGaussianFit Method
Collapse All
Mu and lambda for inverse Gaussian distributed values.
Syntax
C#
Visual Basic
public
static
void
InverseGaussianFit
([In]
TVec
X
,
out
double
mu
,
out
double
lambda
,
ref
double
[]
muConfInt
,
ref
double
[]
lambdaConfInt
,
double
Alpha
);
Public
static
Function
InverseGaussianFit
(
X
As
[In]
TVec
,
mu
As
out
double
,
lambda
As
out
double
,
ByRef
muConfInt
,
ByRef
lambdaConfInt
,
Alpha
= 0.05)
As
void
Group
InverseGaussianFit Method
Links
Statistics Class
,
Statistics Members
,
Dew.Stats.Units Namespace
,
InverseGaussianFit Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!